home *** CD-ROM | disk | FTP | other *** search
/ Softwarová Záchrana 3 / Softwarova-zachrana-3.bin / Kurzor toy / Zdroják / Unit2.dfm < prev    next >
Text File  |  2005-02-06  |  1KB  |  46 lines

  1. object Form2: TForm2
  2.   Left = 231
  3.   Top = 121
  4.   Width = 224
  5.   Height = 218
  6.   Caption = 'O programu'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Memo1: TMemo
  18.     Left = 0
  19.     Top = 0
  20.     Width = 216
  21.     Height = 129
  22.     Align = alTop
  23.     Lines.Strings = (
  24.       'Kursor'
  25.       'Tak₧e je to aplikace,kterou jsem '
  26.       'vytvo°il,proto₧e jsem se nudil. P°edeÜlß '
  27.       'verze tΘto aplikace se jmenovala '
  28.       'Welldau≥ßk,ale te∩ u₧ mi ten nßzev p°ijde '
  29.       'dost debilnφ a tak jsem to p°ejmenoval.'
  30.       ''
  31.       'www.jaksoft.aktualne.cz'
  32.       'www.prdelprog.wz.cz')
  33.     ReadOnly = True
  34.     TabOrder = 0
  35.   end
  36.   object Button1: TButton
  37.     Left = 64
  38.     Top = 160
  39.     Width = 81
  40.     Height = 25
  41.     Caption = 'OK'
  42.     ModalResult = 1
  43.     TabOrder = 1
  44.   end
  45. end
  46.